class Google::Apis::ApigeeV1::GoogleCloudApigeeV1ResourceFiles

List of resource files.

Attributes

resource_file[RW]

List of resource files. Corresponds to the JSON property `resourceFile` @return [Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1ResourceFile>]

Public Class Methods

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