Class: Google::Apis::DfareportingV3_3::AccountPermissionGroupsListResponse

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 Group 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) ⇒ AccountPermissionGroupsListResponse

Returns a new instance of AccountPermissionGroupsListResponse.



377
378
379
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 377

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

Instance Attribute Details

#account_permission_groupsArray<Google::Apis::DfareportingV3_3::AccountPermissionGroup>

Account permission group collection. Corresponds to the JSON property accountPermissionGroups



369
370
371
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 369

def 
  @account_permission_groups
end

#kindString

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

Returns:

  • (String)


375
376
377
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 375

def kind
  @kind
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



382
383
384
385
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 382

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