Amazon.ECS.Model.MerchantItemAttributes.WithTotalExternalBaysFree C# (CSharp) Метод

WithTotalExternalBaysFree() публичный Метод

Sets the TotalExternalBaysFree property
public WithTotalExternalBaysFree ( Decimal totalExternalBaysFree ) : MerchantItemAttributes
totalExternalBaysFree Decimal TotalExternalBaysFree property
Результат MerchantItemAttributes
        public MerchantItemAttributes WithTotalExternalBaysFree(Decimal totalExternalBaysFree)
        {
            this.totalExternalBaysFreeField = totalExternalBaysFree;
            return this;
        }
MerchantItemAttributes