Class: Google::Apis::ContentV2::LiasettingsRequestInventoryVerificationResponse

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ LiasettingsRequestInventoryVerificationResponse

Returns a new instance of LiasettingsRequestInventoryVerificationResponse.



3889
3890
3891
# File 'generated/google/apis/content_v2/classes.rb', line 3889

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

Instance Attribute Details

#kindString

Identifies what kind of resource this is. Value: the fixed string "content# liasettingsRequestInventoryVerificationResponse". Corresponds to the JSON property kind

Returns:

  • (String)


3887
3888
3889
# File 'generated/google/apis/content_v2/classes.rb', line 3887

def kind
  @kind
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3894
3895
3896
# File 'generated/google/apis/content_v2/classes.rb', line 3894

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