class Azure::Synapse::Mgmt::V2019_06_01_preview::Models::LibraryRequirements
Library requirements for a Big Data pool powered by Apache Spark
Attributes
content[RW]
@return [String] The library requirements.
filename[RW]
@return [String] The filename of the library requirements file.
time[RW]
@return [DateTime] The last update time of the library requirements file.
Private Class Methods
mapper()
click to toggle source
Mapper for LibraryRequirements
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2019-06-01-preview/generated/azure_mgmt_synapse/models/library_requirements.rb, line 32 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'LibraryRequirements', type: { name: 'Composite', class_name: 'LibraryRequirements', model_properties: { time: { client_side_validation: true, required: false, read_only: true, serialized_name: 'time', type: { name: 'DateTime' } }, content: { client_side_validation: true, required: false, serialized_name: 'content', type: { name: 'String' } }, filename: { client_side_validation: true, required: false, serialized_name: 'filename', type: { name: 'String' } } } } } end