class Google::Apis::ResourceviewsV1beta2::GetServiceResponse

Attributes

endpoints[RW]

The service information. Corresponds to the JSON property `endpoints` @return [Array<Google::Apis::ResourceviewsV1beta2::ServiceEndpoint>]

fingerprint[RW]

The fingerprint of the service information. Corresponds to the JSON property `fingerprint` @return [String]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/resourceviews_v1beta2/classes.rb, line 533
def update!(**args)
  @endpoints = args[:endpoints] if args.key?(:endpoints)
  @fingerprint = args[:fingerprint] if args.key?(:fingerprint)
end