Class: Google::Ads::AdManager::V1::Role

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

Overview

The Role resource.

Instance Attribute Summary collapse

Instance Attribute Details

#built_in::Boolean (readonly)

Returns Output only. Whether the Role is a built-in or custom user role.

Returns:

  • (::Boolean)

    Output only. Whether the Role is a built-in or custom user role.



44
45
46
47
# File 'proto_docs/google/ads/admanager/v1/role_messages.rb', line 44

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

#description::String

Returns Optional. The description of the Role.

Returns:

  • (::String)

    Optional. The description of the Role.



44
45
46
47
# File 'proto_docs/google/ads/admanager/v1/role_messages.rb', line 44

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

#display_name::String

Returns Required. The display name of the Role.

Returns:

  • (::String)

    Required. The display name of the Role.



44
45
46
47
# File 'proto_docs/google/ads/admanager/v1/role_messages.rb', line 44

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

#name::String

Returns Identifier. The resource name of the Role. Format: networks/{network_code}/roles/{role_id}.

Returns:

  • (::String)

    Identifier. The resource name of the Role. Format: networks/{network_code}/roles/{role_id}



44
45
46
47
# File 'proto_docs/google/ads/admanager/v1/role_messages.rb', line 44

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

#role_id::Integer (readonly)

Returns Output only. Role ID.

Returns:

  • (::Integer)

    Output only. Role ID.



44
45
46
47
# File 'proto_docs/google/ads/admanager/v1/role_messages.rb', line 44

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

#status::Google::Ads::AdManager::V1::RoleStatusEnum::RoleStatus (readonly)

Returns Output only. The status of the Role.

Returns:



44
45
46
47
# File 'proto_docs/google/ads/admanager/v1/role_messages.rb', line 44

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