Class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaLinkProposalStatusDetails

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/analyticsadmin_v1alpha/classes.rb,
lib/google/apis/analyticsadmin_v1alpha/representations.rb,
lib/google/apis/analyticsadmin_v1alpha/representations.rb

Overview

Status information for a link proposal.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAnalyticsAdminV1alphaLinkProposalStatusDetails

Returns a new instance of GoogleAnalyticsAdminV1alphaLinkProposalStatusDetails.



1491
1492
1493
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 1491

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

Output only. The source of this proposal. Corresponds to the JSON property linkProposalInitiatingProduct

Returns:

  • (String)


1479
1480
1481
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 1479

def link_proposal_initiating_product
  @link_proposal_initiating_product
end

Output only. The state of this proposal. Corresponds to the JSON property linkProposalState

Returns:

  • (String)


1484
1485
1486
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 1484

def link_proposal_state
  @link_proposal_state
end

#requestor_emailString

Output only. The email address of the user that proposed this linkage. Corresponds to the JSON property requestorEmail

Returns:

  • (String)


1489
1490
1491
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 1489

def requestor_email
  @requestor_email
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1496
1497
1498
1499
1500
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 1496

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