toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final composerInternalIpv4CidrBlock = this.composerInternalIpv4CidrBlock;
final composerNetworkAttachment = this.composerNetworkAttachment;
final diskSizeGb = this.diskSizeGb;
final enableIpMasqAgent = this.enableIpMasqAgent;
final ipAllocationPolicy = this.ipAllocationPolicy;
final location = this.location;
final machineType = this.machineType;
final network = this.network;
final oauthScopes = this.oauthScopes;
final serviceAccount = this.serviceAccount;
final subnetwork = this.subnetwork;
final tags = this.tags;
return {
'composerInternalIpv4CidrBlock': ?composerInternalIpv4CidrBlock,
'composerNetworkAttachment': ?composerNetworkAttachment,
'diskSizeGb': ?diskSizeGb,
'enableIpMasqAgent': ?enableIpMasqAgent,
'ipAllocationPolicy': ?ipAllocationPolicy,
'location': ?location,
'machineType': ?machineType,
'network': ?network,
'oauthScopes': ?oauthScopes,
'serviceAccount': ?serviceAccount,
'subnetwork': ?subnetwork,
'tags': ?tags,
};
}