Amazon.ECS.Model.MerchantItemAttributes.WithGemType C# (CSharp) Méthode

WithGemType() public méthode

Sets the GemType property
public WithGemType ( String gemType ) : MerchantItemAttributes
gemType String GemType property
Résultat MerchantItemAttributes
        public MerchantItemAttributes WithGemType(String gemType)
        {
            this.gemTypeField = gemType;
            return this;
        }
MerchantItemAttributes