class Google::Apis::ApigeeV1::GoogleCloudApigeeV1ReferenceConfig

Attributes

name[RW]

Name of the reference in the following format: `organizations/`org`/ environments/`env`/references/`reference“ Corresponds to the JSON property `name` @return [String]

resource_name[RW]

Name of the referenced resource in the following format: `organizations/`org`/ environments/`env`/keystores/`keystore“ Only references to keystore resources are supported. Corresponds to the JSON property `resourceName` @return [String]

Public Class Methods

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