Class: Google::Apis::DfareportingV2_7::AccountPermissionsListResponse
- Inherits:
-
Object
- Object
- Google::Apis::DfareportingV2_7::AccountPermissionsListResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dfareporting_v2_7/classes.rb,
generated/google/apis/dfareporting_v2_7/representations.rb,
generated/google/apis/dfareporting_v2_7/representations.rb
Overview
Account Permission List Response
Instance Attribute Summary collapse
-
#account_permissions ⇒ Array<Google::Apis::DfareportingV2_7::AccountPermission>
Account permission collection.
-
#kind ⇒ String
Identifies what kind of resource this is.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AccountPermissionsListResponse
constructor
A new instance of AccountPermissionsListResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ AccountPermissionsListResponse
Returns a new instance of AccountPermissionsListResponse
401 402 403 |
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 401 def initialize(**args) update!(**args) end |
Instance Attribute Details
#account_permissions ⇒ Array<Google::Apis::DfareportingV2_7::AccountPermission>
Account permission collection.
Corresponds to the JSON property accountPermissions
393 394 395 |
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 393 def @account_permissions end |
#kind ⇒ String
Identifies what kind of resource this is. Value: the fixed string "
dfareporting#accountPermissionsListResponse".
Corresponds to the JSON property kind
399 400 401 |
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 399 def kind @kind end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
406 407 408 409 |
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 406 def update!(**args) @account_permissions = args[:account_permissions] if args.key?(:account_permissions) @kind = args[:kind] if args.key?(:kind) end |