toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final azureLocation = this.azureLocation;
final clientSecretCreds = this.clientSecretCreds;
final error = this.error;
final migrationResourcesUserTags = this.migrationResourcesUserTags;
final resourceGroupId = this.resourceGroupId;
final state = this.state;
final subscriptionId = this.subscriptionId;
return {
'azureLocation': ?azureLocation,
'clientSecretCreds': ?clientSecretCreds,
'error': ?error,
'migrationResourcesUserTags': ?migrationResourcesUserTags,
'resourceGroupId': ?resourceGroupId,
'state': ?state,
'subscriptionId': ?subscriptionId,
};
}