Class: Google::Apis::ContentV2::LiasettingsCustomBatchResponseEntry

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

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ LiasettingsCustomBatchResponseEntry

Returns a new instance of LiasettingsCustomBatchResponseEntry



2854
2855
2856
# File 'generated/google/apis/content_v2/classes.rb', line 2854

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

Instance Attribute Details

#batch_idFixnum

The ID of the request entry to which this entry responds. Corresponds to the JSON property batchId

Returns:

  • (Fixnum)


2831
2832
2833
# File 'generated/google/apis/content_v2/classes.rb', line 2831

def batch_id
  @batch_id
end

#errorsGoogle::Apis::ContentV2::Errors

A list of errors returned by a failed batch entry. Corresponds to the JSON property errors



2836
2837
2838
# File 'generated/google/apis/content_v2/classes.rb', line 2836

def errors
  @errors
end

#gmb_accountsGoogle::Apis::ContentV2::GmbAccounts

The the list of accessible GMB accounts. Corresponds to the JSON property gmbAccounts



2841
2842
2843
# File 'generated/google/apis/content_v2/classes.rb', line 2841

def gmb_accounts
  @gmb_accounts
end

#kindString

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

Returns:

  • (String)


2847
2848
2849
# File 'generated/google/apis/content_v2/classes.rb', line 2847

def kind
  @kind
end

#lia_settingsGoogle::Apis::ContentV2::LiaSettings

The retrieved or updated Lia settings. Corresponds to the JSON property liaSettings



2852
2853
2854
# File 'generated/google/apis/content_v2/classes.rb', line 2852

def lia_settings
  @lia_settings
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2859
2860
2861
2862
2863
2864
2865
# File 'generated/google/apis/content_v2/classes.rb', line 2859

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