toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final appEngineInstance = this.appEngineInstance;
  final computeInstance = this.computeInstance;
  final serviceAccount = this.serviceAccount;
  final sshPublicKey = this.sshPublicKey;
  return {
    'appEngineInstance': ?appEngineInstance,
    'computeInstance': ?computeInstance,
    'serviceAccount': ?serviceAccount,
    'sshPublicKey': ?sshPublicKey,
  };
}