Class: Google::Ads::AdManager::V1::CreateApplicationRequest
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::CreateApplicationRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/application_service.rb
Overview
Request object for CreateApplication method.
Instance Attribute Summary collapse
-
#application ⇒ ::Google::Ads::AdManager::V1::Application
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#application ⇒ ::Google::Ads::AdManager::V1::Application
Returns Required. The Application to create.
118 119 120 121 |
# File 'proto_docs/google/ads/admanager/v1/application_service.rb', line 118 class CreateApplicationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent resource where this Application will be created.
Format: networks/{network_code}.
118 119 120 121 |
# File 'proto_docs/google/ads/admanager/v1/application_service.rb', line 118 class CreateApplicationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |