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