// #pragma warning disable CS0618 using Marechai.App.ResolutionsByGpu.Gpus.Item.Resolutions; using Microsoft.Kiota.Abstractions.Extensions; using Microsoft.Kiota.Abstractions; using System.Collections.Generic; using System.IO; using System.Threading.Tasks; using System; namespace Marechai.App.ResolutionsByGpu.Gpus.Item { /// /// Builds and executes requests for operations under \resolutions-by-gpu\gpus\{gpuId} /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class WithGpuItemRequestBuilder : BaseRequestBuilder { /// The resolutions property public global::Marechai.App.ResolutionsByGpu.Gpus.Item.Resolutions.ResolutionsRequestBuilder Resolutions { get => new global::Marechai.App.ResolutionsByGpu.Gpus.Item.Resolutions.ResolutionsRequestBuilder(PathParameters, RequestAdapter); } /// /// Instantiates a new and sets the default values. /// /// Path parameters for the request /// The request adapter to use to execute the requests. public WithGpuItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/resolutions-by-gpu/gpus/{gpuId}", pathParameters) { } /// /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. /// The request adapter to use to execute the requests. public WithGpuItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/resolutions-by-gpu/gpus/{gpuId}", rawUrl) { } } } #pragma warning restore CS0618