Class: Google::Apis::SiteVerificationV1::ListWebResourceResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/site_verification_v1/classes.rb,
generated/google/apis/site_verification_v1/representations.rb,
generated/google/apis/site_verification_v1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ListWebResourceResponse

Returns a new instance of ListWebResourceResponse.



116
117
118
# File 'generated/google/apis/site_verification_v1/classes.rb', line 116

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#itemsArray<Google::Apis::SiteVerificationV1::SiteVerificationWebResourceResource>

The list of sites that are owned by the authenticated user. Corresponds to the JSON property items



114
115
116
# File 'generated/google/apis/site_verification_v1/classes.rb', line 114

def items
  @items
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



121
122
123
# File 'generated/google/apis/site_verification_v1/classes.rb', line 121

def update!(**args)
  @items = args[:items] if args.key?(:items)
end