GoogleCloudApigeeV1Result constructor
GoogleCloudApigeeV1Result({
- String? ActionResult,
- List<
GoogleCloudApigeeV1Access> ? accessList, - String? content,
- List<
GoogleCloudApigeeV1Property> ? headers, - GoogleCloudApigeeV1Properties? properties,
- String? reasonPhrase,
- String? statusCode,
- String? timestamp,
- String? uRI,
- String? verb,
Implementation
GoogleCloudApigeeV1Result({
this.ActionResult,
this.accessList,
this.content,
this.headers,
this.properties,
this.reasonPhrase,
this.statusCode,
this.timestamp,
this.uRI,
this.verb,
});