Class: Google::Ads::AdManager::V1::Application
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::Application
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/application_messages.rb
Overview
An application that has been added to or "claimed" by the network to be used for targeting purposes. These mobile apps can come from various app stores.
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
Optional.
-
#name ⇒ ::String
Identifier.
Instance Attribute Details
#display_name ⇒ ::String
Returns Optional. The display name of the application. This attribute is required and has a maximum length of 80 characters.
34 35 36 37 |
# File 'proto_docs/google/ads/admanager/v1/application_messages.rb', line 34 class Application include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Identifier. The resource name of the Application.
Format: networks/{network_code}/applications/{application_id}.
34 35 36 37 |
# File 'proto_docs/google/ads/admanager/v1/application_messages.rb', line 34 class Application include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |