Search Results for

    Show / Hide Table of Contents

    Class Header

    Inheritance
    System.Object
    Header
    Namespace: OpenAPI.Utils.ResourcePacks
    Assembly: OpenAPI.dll
    Syntax
    public class Header : object

    Properties

    | Improve this Doc View Source

    Description

    Declaration
    public string Description { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    MinEngineVersion

    Declaration
    public long[] MinEngineVersion { get; set; }
    Property Value
    Type Description
    System.Int64[]
    | Improve this Doc View Source

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Uuid

    Declaration
    public string Uuid { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Version

    Declaration
    public long[] Version { get; set; }
    Property Value
    Type Description
    System.Int64[]
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX