Share via


GitHubOwnerListResponse.DeserializeFromDictionary(IDictionary) Method

Definition

Deserializes a IDictionary into an instance of GitHubOwnerListResponse.

public static Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IGitHubOwnerListResponse DeserializeFromDictionary (System.Collections.IDictionary content);

Parameters

content
IDictionary

The global::System.Collections.IDictionary content that should be used.

Returns

an instance of IGitHubOwnerListResponse.

Applies to