Table of Contents

Class ActionSemVer

Namespace
Auth0.ManagementApi.Models.Actions
Assembly
Auth0.ManagementApi.dll

Denotes the major.minor version of an integration release

public class ActionSemVer
Inheritance
ActionSemVer
Inherited Members

Properties

Major

Major version of the semver

[JsonProperty("major")]
public int Major { get; set; }

Property Value

int

Minor

Minor version of the semver

[JsonProperty("minor")]
public int Minor { get; set; }

Property Value

int