class Azure::CognitiveServices::LuisAuthoring::V3_0_preview::Models::UserCollaborator
Model
object.
Attributes
email[RW]
@return [String] The email address of the user.
Private Class Methods
mapper()
click to toggle source
Mapper for UserCollaborator
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/3.0-preview/generated/azure_cognitiveservices_luisauthoring/models/user_collaborator.rb, line 24 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'UserCollaborator', type: { name: 'Composite', class_name: 'UserCollaborator', model_properties: { email: { client_side_validation: true, required: false, serialized_name: 'email', type: { name: 'String' } } } } } end