Class EnvironmentMetadata
Inheritance
EnvironmentMetadata
Assembly: LaunchDarkly.CommonSdk.dll
public sealed class EnvironmentMetadata
Constructors
Declaration
public EnvironmentMetadata(SdkMetadata sdkMetadata, string credential, CredentialType credentialType, ApplicationMetadata applicationMetadata)
Parameters
Properties
Declaration
public ApplicationMetadata Application { get; }
Property Value
Declaration
public string Credential { get; }
Property Value
Declaration
public CredentialType CredentialType { get; }
Property Value
Declaration
public SdkMetadata Sdk { get; }
Property Value
Extension Methods