Class: Google::Analytics::Admin::V1alpha::LinkProposalStatusDetails
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::LinkProposalStatusDetails
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/resources.rb
Overview
Status information for a link proposal.
Instance Attribute Summary collapse
-
#link_proposal_initiating_product ⇒ ::Google::Analytics::Admin::V1alpha::LinkProposalInitiatingProduct
readonly
Output only.
-
#link_proposal_state ⇒ ::Google::Analytics::Admin::V1alpha::LinkProposalState
readonly
Output only.
-
#requestor_email ⇒ ::String
readonly
Output only.
Instance Attribute Details
#link_proposal_initiating_product ⇒ ::Google::Analytics::Admin::V1alpha::LinkProposalInitiatingProduct (readonly)
Returns Output only. The source of this proposal.
800 801 802 803 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 800 class LinkProposalStatusDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#link_proposal_state ⇒ ::Google::Analytics::Admin::V1alpha::LinkProposalState (readonly)
Returns Output only. The state of this proposal.
800 801 802 803 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 800 class LinkProposalStatusDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#requestor_email ⇒ ::String (readonly)
Returns Output only. The email address of the user that proposed this linkage.
800 801 802 803 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 800 class LinkProposalStatusDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |