Class: Google::Apis::DisplayvideoV3::BulkEditAssignedUserRolesResponse
- Inherits:
-
Object
- Object
- Google::Apis::DisplayvideoV3::BulkEditAssignedUserRolesResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/displayvideo_v3/classes.rb,
lib/google/apis/displayvideo_v3/representations.rb,
lib/google/apis/displayvideo_v3/representations.rb
Instance Attribute Summary collapse
-
#created_assigned_user_roles ⇒ Array<Google::Apis::DisplayvideoV3::AssignedUserRole>
The list of assigned user roles that have been successfully created.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BulkEditAssignedUserRolesResponse
constructor
A new instance of BulkEditAssignedUserRolesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ BulkEditAssignedUserRolesResponse
Returns a new instance of BulkEditAssignedUserRolesResponse.
2543 2544 2545 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 2543 def initialize(**args) update!(**args) end |
Instance Attribute Details
#created_assigned_user_roles ⇒ Array<Google::Apis::DisplayvideoV3::AssignedUserRole>
The list of assigned user roles that have been successfully created. This list
will be absent if empty.
Corresponds to the JSON property createdAssignedUserRoles
2541 2542 2543 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 2541 def created_assigned_user_roles @created_assigned_user_roles end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2548 2549 2550 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 2548 def update!(**args) @created_assigned_user_roles = args[:created_assigned_user_roles] if args.key?(:created_assigned_user_roles) end |