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

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

Sets the DialColor property
public WithDialColor ( String dialColor ) : MerchantItemAttributes
dialColor String DialColor property
Результат MerchantItemAttributes
        public MerchantItemAttributes WithDialColor(String dialColor)
        {
            this.dialColorField = dialColor;
            return this;
        }
MerchantItemAttributes