RestApi constructor
RestApi({
- ApiKeySourceType? apiKeySource,
- List<
String> ? binaryMediaTypes, - DateTime? createdDate,
- String? description,
- bool? disableExecuteApiEndpoint,
- EndpointConfiguration? endpointConfiguration,
- String? id,
- int? minimumCompressionSize,
- String? name,
- String? policy,
- Map<
String, String> ? tags, - String? version,
- List<
String> ? warnings,
Implementation
RestApi({
this.apiKeySource,
this.binaryMediaTypes,
this.createdDate,
this.description,
this.disableExecuteApiEndpoint,
this.endpointConfiguration,
this.id,
this.minimumCompressionSize,
this.name,
this.policy,
this.tags,
this.version,
this.warnings,
});