Class: Google::Ads::AdManager::V1::BatchCreateApplicationsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/ads/admanager/v1/application_service.rb

Overview

Request object for BatchCreateApplications method.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. The parent resource where Applications will be created. Format: networks/{network_code} The parent field in the CreateApplicationRequest must match this field.

Returns:

  • (::String)

    Required. The parent resource where Applications will be created. Format: networks/{network_code} The parent field in the CreateApplicationRequest must match this field.



133
134
135
136
# File 'proto_docs/google/ads/admanager/v1/application_service.rb', line 133

class BatchCreateApplicationsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#requests::Array<::Google::Ads::AdManager::V1::CreateApplicationRequest>

Returns Required. The Application objects to create.

Returns:



133
134
135
136
# File 'proto_docs/google/ads/admanager/v1/application_service.rb', line 133

class BatchCreateApplicationsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end