Class: Google::Apis::DfareportingV2_8::AccountPermissionGroupsListResponse
- Inherits:
-
Object
- Object
- Google::Apis::DfareportingV2_8::AccountPermissionGroupsListResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dfareporting_v2_8/classes.rb,
generated/google/apis/dfareporting_v2_8/representations.rb,
generated/google/apis/dfareporting_v2_8/representations.rb
Overview
Account Permission Group List Response
Instance Attribute Summary collapse
-
#account_permission_groups ⇒ Array<Google::Apis::DfareportingV2_8::AccountPermissionGroup>
Account permission group collection.
-
#kind ⇒ String
Identifies what kind of resource this is.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AccountPermissionGroupsListResponse
constructor
A new instance of AccountPermissionGroupsListResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ AccountPermissionGroupsListResponse
Returns a new instance of AccountPermissionGroupsListResponse
375 376 377 |
# File 'generated/google/apis/dfareporting_v2_8/classes.rb', line 375 def initialize(**args) update!(**args) end |
Instance Attribute Details
#account_permission_groups ⇒ Array<Google::Apis::DfareportingV2_8::AccountPermissionGroup>
Account permission group collection.
Corresponds to the JSON property accountPermissionGroups
367 368 369 |
# File 'generated/google/apis/dfareporting_v2_8/classes.rb', line 367 def @account_permission_groups end |
#kind ⇒ String
Identifies what kind of resource this is. Value: the fixed string "
dfareporting#accountPermissionGroupsListResponse".
Corresponds to the JSON property kind
373 374 375 |
# File 'generated/google/apis/dfareporting_v2_8/classes.rb', line 373 def kind @kind end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
380 381 382 383 |
# File 'generated/google/apis/dfareporting_v2_8/classes.rb', line 380 def update!(**args) @account_permission_groups = args[:account_permission_groups] if args.key?(:account_permission_groups) @kind = args[:kind] if args.key?(:kind) end |