Class: Google::Apis::ContentV2::BatchAccountsResponse

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

Returns a new instance of BatchAccountsResponse.



1045
1046
1047
# File 'generated/google/apis/content_v2/classes.rb', line 1045

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

Instance Attribute Details

#entriesArray<Google::Apis::ContentV2::AccountsBatchResponseEntry>

The result of the execution of the batch requests. Corresponds to the JSON property entries



1037
1038
1039
# File 'generated/google/apis/content_v2/classes.rb', line 1037

def entries
  @entries
end

#kindString

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

Returns:

  • (String)


1043
1044
1045
# File 'generated/google/apis/content_v2/classes.rb', line 1043

def kind
  @kind
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1050
1051
1052
1053
# File 'generated/google/apis/content_v2/classes.rb', line 1050

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