GoogleCloudApihubV1Deployment constructor
GoogleCloudApihubV1Deployment({
- List<
String> ? apiVersions, - Map<
String, GoogleCloudApihubV1AttributeValues> ? attributes, - String? createTime,
- GoogleCloudApihubV1AttributeValues? deploymentType,
- String? description,
- String? displayName,
- GoogleCloudApihubV1Documentation? documentation,
- List<
String> ? endpoints, - GoogleCloudApihubV1AttributeValues? environment,
- GoogleCloudApihubV1AttributeValues? managementUrl,
- String? name,
- String? resourceUri,
- GoogleCloudApihubV1AttributeValues? slo,
- String? sourceEnvironment,
- List<
GoogleCloudApihubV1SourceMetadata> ? sourceMetadata, - String? sourceProject,
- GoogleCloudApihubV1AttributeValues? sourceUri,
- String? updateTime,
Implementation
GoogleCloudApihubV1Deployment({
this.apiVersions,
this.attributes,
this.createTime,
this.deploymentType,
this.description,
this.displayName,
this.documentation,
this.endpoints,
this.environment,
this.managementUrl,
this.name,
this.resourceUri,
this.slo,
this.sourceEnvironment,
this.sourceMetadata,
this.sourceProject,
this.sourceUri,
this.updateTime,
});