class Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaLinkProposalStatusDetails
Status information for a link proposal.
Attributes
link_proposal_initiating_product[RW]
Output only. The source of this proposal. Corresponds to the JSON property `linkProposalInitiatingProduct` @return [String]
link_proposal_state[RW]
Output only. The state of this proposal. Corresponds to the JSON property `linkProposalState` @return [String]
requestor_email[RW]
Output only. The email address of the user that proposed this linkage. Corresponds to the JSON property `requestorEmail` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/analyticsadmin_v1alpha/classes.rb, line 1468 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/analyticsadmin_v1alpha/classes.rb, line 1473 def update!(**args) @link_proposal_initiating_product = args[:link_proposal_initiating_product] if args.key?(:link_proposal_initiating_product) @link_proposal_state = args[:link_proposal_state] if args.key?(:link_proposal_state) @requestor_email = args[:requestor_email] if args.key?(:requestor_email) end