Sha256: 8eb1890c699865d078a38f223818bc497cbf1820901a01ec73ade30813ed636b
Contents?: true
Size: 1.31 KB
Versions: 18
Compression:
Stored size: 1.31 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::Storage::Mgmt::V2018_11_01 module Models # # Object to define the number of days after creation. # class DateAfterCreation include MsRestAzure # @return [Integer] Integer value indicating the age in days after # creation attr_accessor :days_after_creation_greater_than # # Mapper for DateAfterCreation class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'DateAfterCreation', type: { name: 'Composite', class_name: 'DateAfterCreation', model_properties: { days_after_creation_greater_than: { client_side_validation: true, required: true, serialized_name: 'daysAfterCreationGreaterThan', constraints: { InclusiveMinimum: 0 }, type: { name: 'Number' } } } } } end end end end
Version data entries
18 entries across 18 versions & 1 rubygems