Class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ServiceIssuersMapping
- Inherits:
-
Object
- Object
- Google::Apis::ApigeeV1::GoogleCloudApigeeV1ServiceIssuersMapping
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/apigee_v1/classes.rb,
lib/google/apis/apigee_v1/representations.rb,
lib/google/apis/apigee_v1/representations.rb
Instance Attribute Summary collapse
-
#email_ids ⇒ Array<String>
List of trusted issuer email ids.
-
#service ⇒ String
String indicating the Apigee service name.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudApigeeV1ServiceIssuersMapping
constructor
A new instance of GoogleCloudApigeeV1ServiceIssuersMapping.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudApigeeV1ServiceIssuersMapping
Returns a new instance of GoogleCloudApigeeV1ServiceIssuersMapping.
12179 12180 12181 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 12179 def initialize(**args) update!(**args) end |
Instance Attribute Details
#email_ids ⇒ Array<String>
List of trusted issuer email ids.
Corresponds to the JSON property emailIds
12172 12173 12174 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 12172 def email_ids @email_ids end |
#service ⇒ String
String indicating the Apigee service name.
Corresponds to the JSON property service
12177 12178 12179 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 12177 def service @service end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
12184 12185 12186 12187 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 12184 def update!(**args) @email_ids = args[:email_ids] if args.key?(:email_ids) @service = args[:service] if args.key?(:service) end |