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