Class: Google::Apis::DisplayvideoV1::BulkEditAssignedUserRolesResponse

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ BulkEditAssignedUserRolesResponse

Returns a new instance of BulkEditAssignedUserRolesResponse.



1546
1547
1548
# File 'generated/google/apis/displayvideo_v1/classes.rb', line 1546

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

Instance Attribute Details

#created_assigned_user_rolesArray<Google::Apis::DisplayvideoV1::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



1544
1545
1546
# File 'generated/google/apis/displayvideo_v1/classes.rb', line 1544

def created_assigned_user_roles
  @created_assigned_user_roles
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1551
1552
1553
# File 'generated/google/apis/displayvideo_v1/classes.rb', line 1551

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