class Google::Apis::DisplayvideoV1::BulkEditAssignedUserRolesResponse
Attributes
created_assigned_user_roles[RW]
The list of assigned user roles that have been successfully created. This list will be absent if empty. Corresponds to the JSON property `createdAssignedUserRoles` @return [Array<Google::Apis::DisplayvideoV1::AssignedUserRole>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/displayvideo_v1/classes.rb, line 1650 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/displayvideo_v1/classes.rb, line 1655 def update!(**args) @created_assigned_user_roles = args[:created_assigned_user_roles] if args.key?(:created_assigned_user_roles) end