class Azure::CognitiveServices::LuisAuthoring::V2_0::Models::CollaboratorsArray
Model
object.
Attributes
emails[RW]
@return [Array<String>] The email address of the users.
Public Class Methods
mapper()
click to toggle source
Mapper for CollaboratorsArray
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2.0/generated/azure_cognitiveservices_luisauthoring/models/collaborators_array.rb, line 24 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'CollaboratorsArray', type: { name: 'Composite', class_name: 'CollaboratorsArray', model_properties: { emails: { client_side_validation: true, required: false, serialized_name: 'emails', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { name: 'String' } } } } } } } end