Amazon.ECS.Model.TagLookupRequest.WithTagPage C# (CSharp) Метод

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

Sets the TagPage property
public WithTagPage ( Decimal tagPage ) : TagLookupRequest
tagPage Decimal TagPage property
Результат TagLookupRequest
        public TagLookupRequest WithTagPage(Decimal tagPage)
        {
            this.tagPageField = tagPage;
            return this;
        }