Class: Google::Apis::ContentV2::LiasettingsSetPosDataProviderResponse

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) ⇒ LiasettingsSetPosDataProviderResponse

Returns a new instance of LiasettingsSetPosDataProviderResponse.



3929
3930
3931
# File 'generated/google/apis/content_v2/classes.rb', line 3929

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

Instance Attribute Details

#kindString

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

Returns:

  • (String)


3927
3928
3929
# File 'generated/google/apis/content_v2/classes.rb', line 3927

def kind
  @kind
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3934
3935
3936
# File 'generated/google/apis/content_v2/classes.rb', line 3934

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