class Google::Apis::ApigeeV1::GoogleCloudApigeeV1KeyAliasReference

Attributes

alias_id[RW]

Alias ID. Must exist in the keystore referred to by the reference. Corresponds to the JSON property `aliasId` @return [String]

reference[RW]

Reference name in the following format: `organizations/`org`/environments/`env` /references/`referenceā€œ Corresponds to the JSON property `reference` @return [String]

Public Class Methods

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