Sha256: 0b4b8e29cd71c63fdb6aea04179615fca0a6ee31d8188d1386b53f36ba9cb72f
Contents?: true
Size: 1.55 KB
Versions: 6
Compression:
Stored size: 1.55 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::Billing::Mgmt::V2017_04_24_preview module Models # # A secure URL that can be used to download a PDF invoice until the URL # expires. # class DownloadUrl include MsRestAzure # @return [DateTime] The time in UTC at which this download URL will # expire. attr_accessor :expiry_time # @return [String] The URL to the PDF file. attr_accessor :url # # Mapper for DownloadUrl class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'DownloadUrl', type: { name: 'Composite', class_name: 'DownloadUrl', model_properties: { expiry_time: { client_side_validation: true, required: false, read_only: true, serialized_name: 'expiryTime', type: { name: 'DateTime' } }, url: { client_side_validation: true, required: false, read_only: true, serialized_name: 'url', type: { name: 'String' } } } } } end end end end
Version data entries
6 entries across 6 versions & 1 rubygems