class Google::Apis::ApigeeV1::GoogleCloudApigeeV1ResourceConfig
Attributes
location[RW]
Location of the resource as a URI. Corresponds to the JSON property `location` @return [String]
name[RW]
Resource name in the following format: `organizations/`org`/environments/`env`/ resourcefiles/`type`/`file`/revisions/`rev“ Only environment-scoped resource files are supported. Corresponds to the JSON property `name` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/apigee_v1/classes.rb, line 5896 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 5901 def update!(**args) @location = args[:location] if args.key?(:location) @name = args[:name] if args.key?(:name) end