All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.azure.resourcemanager.billing.models.DocumentDownloadResult Maven / Gradle / Ivy

// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.

package com.azure.resourcemanager.billing.models;

import com.azure.resourcemanager.billing.fluent.models.DocumentDownloadResultInner;

/**
 * An immutable client-side representation of DocumentDownloadResult.
 */
public interface DocumentDownloadResult {
    /**
     * Gets the expiryTime property: The time in UTC when the download URL will expire.
     * 
     * @return the expiryTime value.
     */
    String expiryTime();

    /**
     * Gets the url property: The URL to the PDF or .zip file.
     * 
     * @return the url value.
     */
    String url();

    /**
     * Gets the inner com.azure.resourcemanager.billing.fluent.models.DocumentDownloadResultInner object.
     * 
     * @return the inner object.
     */
    DocumentDownloadResultInner innerModel();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy