1 //go:build go1.18
2 // +build go1.18
3 4 // Copyright (c) Microsoft Corporation. All rights reserved.
5 // Licensed under the MIT License. See License.txt in the project root for license information.
6 // Code generated by Microsoft (R) AutoRest Code Generator. DO NOT EDIT.
7 // Changes may cause incorrect behavior and will be lost if the code is regenerated.
8 9 package armresourcegraph
10 11 // ClientResourcesHistoryOptions contains the optional parameters for the Client.ResourcesHistory method.
12 type ClientResourcesHistoryOptions struct {
13 // placeholder for future optional parameters
14 }
15 16 // ClientResourcesOptions contains the optional parameters for the Client.Resources method.
17 type ClientResourcesOptions struct {
18 // placeholder for future optional parameters
19 }
20 21 // OperationsClientListOptions contains the optional parameters for the OperationsClient.NewListPager method.
22 type OperationsClientListOptions struct {
23 // placeholder for future optional parameters
24 }
25