Class: Google::Apis::DfareportingV2_1::ListAccountPermissionsResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable
Defined in:
generated/google/apis/dfareporting_v2_1/classes.rb,
generated/google/apis/dfareporting_v2_1/representations.rb,
generated/google/apis/dfareporting_v2_1/representations.rb

Overview

Account Permission List Response

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ListAccountPermissionsResponse

Returns a new instance of ListAccountPermissionsResponse.



392
393
394
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 392

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

Instance Attribute Details

#account_permissionsArray<Google::Apis::DfareportingV2_1::AccountPermission>

Account permission collection. Corresponds to the JSON property accountPermissions



384
385
386
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 384

def 
  @account_permissions
end

#kindString

Identifies what kind of resource this is. Value: the fixed string " dfareporting#accountPermissionsListResponse". Corresponds to the JSON property kind

Returns:

  • (String)


390
391
392
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 390

def kind
  @kind
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



397
398
399
400
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 397

def update!(**args)
  @account_permissions = args[:account_permissions] unless args[:account_permissions].nil?
  @kind = args[:kind] unless args[:kind].nil?
end