class Google::Apis::ApigeeV1::GoogleCloudApigeeV1ListHybridIssuersResponse

Attributes

issuers[RW]

Lists of hybrid services and its trusted issuer email ids. Corresponds to the JSON property `issuers` @return [Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1ServiceIssuersMapping>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/apigee_v1/classes.rb, line 4386
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 4391
def update!(**args)
  @issuers = args[:issuers] if args.key?(:issuers)
end