Class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ListEnvironmentResourcesResponse
- Inherits:
-
Object
- Object
- Google::Apis::ApigeeV1::GoogleCloudApigeeV1ListEnvironmentResourcesResponse
- 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
Response for ListEnvironmentResources
Instance Attribute Summary collapse
-
#resource_file ⇒ Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1ResourceFile>
List of resources files.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudApigeeV1ListEnvironmentResourcesResponse
constructor
A new instance of GoogleCloudApigeeV1ListEnvironmentResourcesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudApigeeV1ListEnvironmentResourcesResponse
Returns a new instance of GoogleCloudApigeeV1ListEnvironmentResourcesResponse.
3715 3716 3717 |
# File 'generated/google/apis/apigee_v1/classes.rb', line 3715 def initialize(**args) update!(**args) end |
Instance Attribute Details
#resource_file ⇒ Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1ResourceFile>
List of resources files.
Corresponds to the JSON property resourceFile
3713 3714 3715 |
# File 'generated/google/apis/apigee_v1/classes.rb', line 3713 def resource_file @resource_file end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3720 3721 3722 |
# File 'generated/google/apis/apigee_v1/classes.rb', line 3720 def update!(**args) @resource_file = args[:resource_file] if args.key?(:resource_file) end |