GoogleCloudApigeeV1ApiSecurityRuntimeConfig class
Response for GetApiSecurityRuntimeConfig[EnvironmentService.GetApiSecurityRuntimeConfig].
Constructors
- 
          GoogleCloudApigeeV1ApiSecurityRuntimeConfig({List<String> ? location, String? name, String? revisionId, String? uid, String? updateTime})
- GoogleCloudApigeeV1ApiSecurityRuntimeConfig.fromJson(Map json_)
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- 
  location
  ↔ List<String> ?
- 
  A list of up to 5 Cloud Storage Blobs that contain SecurityActions.
  getter/setter pair
- name ↔ String?
- 
  Name of the environment API Security Runtime configuration resource.
  getter/setter pair
- revisionId ↔ String?
- 
  Revision ID of the API Security Runtime configuration.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- uid ↔ String?
- 
  Unique ID for the API Security Runtime configuration.
  getter/setter pair
- updateTime ↔ String?
- 
  Time that the API Security Runtime configuration was updated.
  getter/setter pair
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited