//go:build go1.18 // +build go1.18 // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. // Code generated by Microsoft (R) AutoRest Code Generator. DO NOT EDIT. // Changes may cause incorrect behavior and will be lost if the code is regenerated. package armresourcegraph // ClientResourcesHistoryOptions contains the optional parameters for the Client.ResourcesHistory method. type ClientResourcesHistoryOptions struct { // placeholder for future optional parameters } // ClientResourcesOptions contains the optional parameters for the Client.Resources method. type ClientResourcesOptions struct { // placeholder for future optional parameters } // OperationsClientListOptions contains the optional parameters for the OperationsClient.NewListPager method. type OperationsClientListOptions struct { // placeholder for future optional parameters }