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

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

Sets the ReleaseDate property
public WithReleaseDate ( String releaseDate ) : MerchantItemAttributes
releaseDate String ReleaseDate property
Результат MerchantItemAttributes
        public MerchantItemAttributes WithReleaseDate(String releaseDate)
        {
            this.releaseDateField = releaseDate;
            return this;
        }
MerchantItemAttributes