toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (network != null) 'network': network!,
      if (postStartupScriptOption != null)
        'postStartupScriptOption': postStartupScriptOption!,
      if (requestId != null) 'requestId': requestId!,
      if (serviceAccount != null) 'serviceAccount': serviceAccount!,
      if (subnet != null) 'subnet': subnet!,
    };