Class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ResourceFiles

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/apigee_v1/classes.rb,
lib/google/apis/apigee_v1/representations.rb,
lib/google/apis/apigee_v1/representations.rb

Overview

List of resource files.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudApigeeV1ResourceFiles

Returns a new instance of GoogleCloudApigeeV1ResourceFiles.



8510
8511
8512
# File 'lib/google/apis/apigee_v1/classes.rb', line 8510

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#resource_fileArray<Google::Apis::ApigeeV1::GoogleCloudApigeeV1ResourceFile>

List of resource files. Corresponds to the JSON property resourceFile



8508
8509
8510
# File 'lib/google/apis/apigee_v1/classes.rb', line 8508

def resource_file
  @resource_file
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8515
8516
8517
# File 'lib/google/apis/apigee_v1/classes.rb', line 8515

def update!(**args)
  @resource_file = args[:resource_file] if args.key?(:resource_file)
end