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

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/content_v2/classes.rb,
lib/google/apis/content_v2/representations.rb,
lib/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.



3945
3946
3947
# File 'lib/google/apis/content_v2/classes.rb', line 3945

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)


3943
3944
3945
# File 'lib/google/apis/content_v2/classes.rb', line 3943

def kind
  @kind
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3950
3951
3952
# File 'lib/google/apis/content_v2/classes.rb', line 3950

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