toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final acceptGcpTos = this.acceptGcpTos;
  final additionalComments = this.additionalComments;
  final confirmPartnerRequirements = this.confirmPartnerRequirements;
  final demoUri = this.demoUri;
  final hasDynamicSpecUri = this.hasDynamicSpecUri;
  final integrationTemplates = this.integrationTemplates;
  final localSpecPath = this.localSpecPath;
  final marketplaceProduct = this.marketplaceProduct;
  final marketplaceProductId = this.marketplaceProductId;
  final marketplaceProductProjectId = this.marketplaceProductProjectId;
  final marketplaceProductUri = this.marketplaceProductUri;
  final partner = this.partner;
  final partnerConnectorDisplayName = this.partnerConnectorDisplayName;
  final publishRequestTime = this.publishRequestTime;
  final targetApplication = this.targetApplication;
  final targetCustomerSegment = this.targetCustomerSegment;
  final useCases = this.useCases;
  return {
    'acceptGcpTos': ?acceptGcpTos,
    'additionalComments': ?additionalComments,
    'confirmPartnerRequirements': ?confirmPartnerRequirements,
    'demoUri': ?demoUri,
    'hasDynamicSpecUri': ?hasDynamicSpecUri,
    'integrationTemplates': ?integrationTemplates,
    'localSpecPath': ?localSpecPath,
    'marketplaceProduct': ?marketplaceProduct,
    'marketplaceProductId': ?marketplaceProductId,
    'marketplaceProductProjectId': ?marketplaceProductProjectId,
    'marketplaceProductUri': ?marketplaceProductUri,
    'partner': ?partner,
    'partnerConnectorDisplayName': ?partnerConnectorDisplayName,
    'publishRequestTime': ?publishRequestTime,
    'targetApplication': ?targetApplication,
    'targetCustomerSegment': ?targetCustomerSegment,
    'useCases': ?useCases,
  };
}