Class: Google::Ads::AdManager::V1::GetCompanyRequest
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::GetCompanyRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/company_service.rb
Overview
Request object for GetCompany
method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource name of the Company.
Format: networks/{network_code}/companies/{company_id}
.
29 30 31 32 |
# File 'proto_docs/google/ads/admanager/v1/company_service.rb', line 29 class GetCompanyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |