class Google::Apis::PartnersV2::ListUserStatesResponse

Response message for ListUserStates.

Attributes

response_metadata[RW]

Common data that is in each API response. Corresponds to the JSON property `responseMetadata` @return [Google::Apis::PartnersV2::ResponseMetadata]

user_states[RW]

User's states. Corresponds to the JSON property `userStates` @return [Array<String>]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/partners_v2/classes.rb, line 453
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/partners_v2/classes.rb, line 458
def update!(**args)
  @response_metadata = args[:response_metadata] if args.key?(:response_metadata)
  @user_states = args[:user_states] if args.key?(:user_states)
end