public static interface TotalLocalStorageGBRequest.Builder extends SdkPojo, CopyableBuilder<TotalLocalStorageGBRequest.Builder,TotalLocalStorageGBRequest>
| Modifier and Type | Method and Description |
|---|---|
TotalLocalStorageGBRequest.Builder |
max(Double max)
The maximum amount of total local storage, in GB.
|
TotalLocalStorageGBRequest.Builder |
min(Double min)
The minimum amount of total local storage, in GB.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTotalLocalStorageGBRequest.Builder min(Double min)
The minimum amount of total local storage, in GB. To specify no minimum limit, omit this parameter.
min - The minimum amount of total local storage, in GB. To specify no minimum limit, omit this parameter.TotalLocalStorageGBRequest.Builder max(Double max)
The maximum amount of total local storage, in GB. To specify no maximum limit, omit this parameter.
max - The maximum amount of total local storage, in GB. To specify no maximum limit, omit this parameter.Copyright © 2022. All rights reserved.