Class: Google::Apis::DfareportingV3_0::AccountPermissionGroupsListResponse
- Inherits:
-
Object
- Object
- Google::Apis::DfareportingV3_0::AccountPermissionGroupsListResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dfareporting_v3_0/classes.rb,
generated/google/apis/dfareporting_v3_0/representations.rb,
generated/google/apis/dfareporting_v3_0/representations.rb
Overview
Account Permission Group List Response
Instance Attribute Summary collapse
-
#account_permission_groups ⇒ Array<Google::Apis::DfareportingV3_0::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
376 377 378 |
# File 'generated/google/apis/dfareporting_v3_0/classes.rb', line 376 def initialize(**args) update!(**args) end |
Instance Attribute Details
#account_permission_groups ⇒ Array<Google::Apis::DfareportingV3_0::AccountPermissionGroup>
Account permission group collection.
Corresponds to the JSON property accountPermissionGroups
368 369 370 |
# File 'generated/google/apis/dfareporting_v3_0/classes.rb', line 368 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
374 375 376 |
# File 'generated/google/apis/dfareporting_v3_0/classes.rb', line 374 def kind @kind end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
381 382 383 384 |
# File 'generated/google/apis/dfareporting_v3_0/classes.rb', line 381 def update!(**args) @account_permission_groups = args[:account_permission_groups] if args.key?(:account_permission_groups) @kind = args[:kind] if args.key?(:kind) end |