Class: Google::Apis::DfareportingV3_3::AccountPermissionsListResponse

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

Overview

Account Permission List Response

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ AccountPermissionsListResponse

Returns a new instance of AccountPermissionsListResponse.



403
404
405
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 403

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

Instance Attribute Details

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

Account permission collection. Corresponds to the JSON property accountPermissions



395
396
397
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 395

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)


401
402
403
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 401

def kind
  @kind
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



408
409
410
411
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 408

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