Partilhar via


GitLabProjectListResponse Class

Definition

List of RP resources which supports pagination.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.GitLabProjectListResponseTypeConverter))]
public class GitLabProjectListResponse : Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IGitLabProjectListResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.GitLabProjectListResponseTypeConverter))>]
type GitLabProjectListResponse = class
    interface IGitLabProjectListResponse
    interface IJsonSerializable
Public Class GitLabProjectListResponse
Implements IGitLabProjectListResponse
Inheritance
GitLabProjectListResponse
Attributes
Implements

Constructors

GitLabProjectListResponse()

Creates an new GitLabProjectListResponse instance.

Properties

NextLink

Gets or sets next link to scroll over the results.

Value

Gets or sets list of resources.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of GitLabProjectListResponse.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of GitLabProjectListResponse.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IGitLabProjectListResponse.

FromJsonString(String)

Creates a new instance of GitLabProjectListResponse, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of GitLabProjectListResponse into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to