GoogleCloudApigeeV1DeveloperSubscription constructor

GoogleCloudApigeeV1DeveloperSubscription({
  1. String? apiproduct,
  2. String? createdAt,
  3. String? endTime,
  4. String? lastModifiedAt,
  5. String? name,
  6. String? startTime,
})

Implementation

GoogleCloudApigeeV1DeveloperSubscription({
  this.apiproduct,
  this.createdAt,
  this.endTime,
  this.lastModifiedAt,
  this.name,
  this.startTime,
});