class Google::Apis::ResourceviewsV1beta2::ListResourceResponseItem

The list response item that contains the resource and end points information.

Attributes

endpoints[RW]

The list of service end points on the resource. Corresponds to the JSON property `endpoints` @return [Hash<String,Array<Fixnum>>]

resource[RW]

The full URL of the resource. Corresponds to the JSON property `resource` @return [String]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/resourceviews_v1beta2/classes.rb, line 64
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 69
def update!(**args)
  @endpoints = args[:endpoints] if args.key?(:endpoints)
  @resource = args[:resource] if args.key?(:resource)
end