Sha256: 8ea315028866e75316684d417adac437268d99ba7da1ab6a63e3665198d04f66
Contents?: true
Size: 1.4 KB
Versions: 1
Compression:
Stored size: 1.4 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::ARM::Billing 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() { required: false, serialized_name: 'DownloadUrl', type: { name: 'Composite', class_name: 'DownloadUrl', model_properties: { expiry_time: { required: false, read_only: true, serialized_name: 'expiryTime', type: { name: 'DateTime' } }, url: { required: false, read_only: true, serialized_name: 'url', type: { name: 'String' } } } } } end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_billing-0.14.0 | lib/generated/azure_mgmt_billing/models/download_url.rb |