Amazon.ECS.Model.ItemAttributes.IsSetPackageDimensions C# (CSharp) Method

IsSetPackageDimensions() public method

Checks if PackageDimensions property is set
public IsSetPackageDimensions ( ) : Boolean
return Boolean
        public Boolean IsSetPackageDimensions()
        {
            return this.packageDimensionsField != null;
        }
ItemAttributes