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

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

Sets the NativeResolution property
public WithNativeResolution ( String nativeResolution ) : MerchantItemAttributes
nativeResolution String NativeResolution property
Результат MerchantItemAttributes
        public MerchantItemAttributes WithNativeResolution(String nativeResolution)
        {
            this.nativeResolutionField = nativeResolution;
            return this;
        }
MerchantItemAttributes