Amazon.ECS.Model.ItemAttributes.WithGolfClubLoft C# (CSharp) Метод

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

Sets the GolfClubLoft property
public WithGolfClubLoft ( String golfClubLoft ) : ItemAttributes
golfClubLoft String GolfClubLoft property
Результат ItemAttributes
        public ItemAttributes WithGolfClubLoft(String golfClubLoft)
        {
            this.golfClubLoftField = golfClubLoft;
            return this;
        }
ItemAttributes