class Google::Apis::ApigeeV1::GoogleCloudApigeeV1ServiceIssuersMapping
Attributes
email_ids[RW]
List of trusted issuer email ids. Corresponds to the JSON property `emailIds` @return [Array<String>]
service[RW]
String indicating the Apigee service name. Corresponds to the JSON property `service` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/apigee_v1/classes.rb, line 6510 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/apigee_v1/classes.rb, line 6515 def update!(**args) @email_ids = args[:email_ids] if args.key?(:email_ids) @service = args[:service] if args.key?(:service) end