Class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ResourceFiles
- Inherits:
-
Object
- Object
- Google::Apis::ApigeeV1::GoogleCloudApigeeV1ResourceFiles
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/apigee_v1/classes.rb,
generated/google/apis/apigee_v1/representations.rb,
generated/google/apis/apigee_v1/representations.rb
Overview
List of resource files.
Instance Attribute Summary collapse
-
#resource_file ⇒ Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1ResourceFile>
List of resource files.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudApigeeV1ResourceFiles
constructor
A new instance of GoogleCloudApigeeV1ResourceFiles.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudApigeeV1ResourceFiles
Returns a new instance of GoogleCloudApigeeV1ResourceFiles.
4989 4990 4991 |
# File 'generated/google/apis/apigee_v1/classes.rb', line 4989 def initialize(**args) update!(**args) end |
Instance Attribute Details
#resource_file ⇒ Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1ResourceFile>
List of resource files.
Corresponds to the JSON property resourceFile
4987 4988 4989 |
# File 'generated/google/apis/apigee_v1/classes.rb', line 4987 def resource_file @resource_file end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4994 4995 4996 |
# File 'generated/google/apis/apigee_v1/classes.rb', line 4994 def update!(**args) @resource_file = args[:resource_file] if args.key?(:resource_file) end |