Class: Google::Apis::DfareportingV3_4::AccountPermissionGroupsListResponse

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

Overview

Account Permission Group List Response

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ AccountPermissionGroupsListResponse

Returns a new instance of AccountPermissionGroupsListResponse.

[View source]

321
322
323
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 321

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

Instance Attribute Details

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

Account permission group collection. Corresponds to the JSON property accountPermissionGroups


313
314
315
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 313

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)

319
320
321
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 319

def kind
  @kind
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object

[View source]

326
327
328
329
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 326

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