Class: Google::Ads::AdManager::V1::BatchSubmitSitesForApprovalRequest

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

Overview

Request message for BatchSubmitSitesForApproval method.

Instance Attribute Summary collapse

Instance Attribute Details

#names::Array<::String>

Returns Required. The resource names of the Site objects to submit for approval.

Returns:

  • (::Array<::String>)

    Required. The resource names of the Site objects to submit for approval.



198
199
200
201
# File 'proto_docs/google/ads/admanager/v1/site_service.rb', line 198

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

#parent::String

Returns Required. Format: networks/{network_code}.

Returns:

  • (::String)

    Required. Format: networks/{network_code}



198
199
200
201
# File 'proto_docs/google/ads/admanager/v1/site_service.rb', line 198

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