Class: Google::Apis::ApphubV1alpha::LookupServiceProjectAttachmentResponse
- Inherits:
-
Object
- Object
- Google::Apis::ApphubV1alpha::LookupServiceProjectAttachmentResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/apphub_v1alpha/classes.rb,
lib/google/apis/apphub_v1alpha/representations.rb,
lib/google/apis/apphub_v1alpha/representations.rb
Overview
Response for LookupServiceProjectAttachment.
Instance Attribute Summary collapse
-
#service_project_attachment ⇒ Google::Apis::ApphubV1alpha::ServiceProjectAttachment
ServiceProjectAttachment represents an attachment from a service project to a host project.
Instance Method Summary collapse
-
#initialize(**args) ⇒ LookupServiceProjectAttachmentResponse
constructor
A new instance of LookupServiceProjectAttachmentResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ LookupServiceProjectAttachmentResponse
Returns a new instance of LookupServiceProjectAttachmentResponse.
1294 1295 1296 |
# File 'lib/google/apis/apphub_v1alpha/classes.rb', line 1294 def initialize(**args) update!(**args) end |
Instance Attribute Details
#service_project_attachment ⇒ Google::Apis::ApphubV1alpha::ServiceProjectAttachment
ServiceProjectAttachment represents an attachment from a service project to a
host project. Service projects contain the underlying cloud infrastructure
resources, and expose these resources to the host project through a
ServiceProjectAttachment. With the attachments, the host project can provide
an aggregated view of resources across all service projects.
Corresponds to the JSON property serviceProjectAttachment
1292 1293 1294 |
# File 'lib/google/apis/apphub_v1alpha/classes.rb', line 1292 def @service_project_attachment end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1299 1300 1301 |
# File 'lib/google/apis/apphub_v1alpha/classes.rb', line 1299 def update!(**args) @service_project_attachment = args[:service_project_attachment] if args.key?(:service_project_attachment) end |