Class: Google::Cloud::Support::V2::Actor
- Inherits:
-
Object
- Object
- Google::Cloud::Support::V2::Actor
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/support/v2/actor.rb
Overview
An object containing information about the effective user and authenticated principal responsible for an action.
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
The name to display for the actor.
-
#email ⇒ ::String
The email address of the actor.
-
#google_support ⇒ ::Boolean
readonly
Output only.
Instance Attribute Details
#display_name ⇒ ::String
42 43 44 45 |
# File 'proto_docs/google/cloud/support/v2/actor.rb', line 42 class Actor include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#email ⇒ ::String
42 43 44 45 |
# File 'proto_docs/google/cloud/support/v2/actor.rb', line 42 class Actor include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#google_support ⇒ ::Boolean (readonly)
42 43 44 45 |
# File 'proto_docs/google/cloud/support/v2/actor.rb', line 42 class Actor include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |