Class: Google::Apis::DfareportingV2_1::ListAccountPermissionGroupsResponse

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 Group List Response

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ListAccountPermissionGroupsResponse

Returns a new instance of ListAccountPermissionGroupsResponse.



366
367
368
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 366

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

Instance Attribute Details

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

Account permission group collection. Corresponds to the JSON property accountPermissionGroups



358
359
360
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 358

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)


364
365
366
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 364

def kind
  @kind
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



371
372
373
374
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 371

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