class Google::Apis::ComputeV1::ServiceAttachmentsScopedList

Attributes

service_attachments[RW]

A list of ServiceAttachments contained in this scope. Corresponds to the JSON property `serviceAttachments` @return [Array<Google::Apis::ComputeV1::ServiceAttachment>]

warning[RW]

Informational warning which replaces the list of service attachments when the list is empty. Corresponds to the JSON property `warning` @return [Google::Apis::ComputeV1::ServiceAttachmentsScopedList::Warning]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/compute_v1/classes.rb, line 30012
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/compute_v1/classes.rb, line 30017
def update!(**args)
  @service_attachments = args[:service_attachments] if args.key?(:service_attachments)
  @warning = args[:warning] if args.key?(:warning)
end