Amazon.APIGateway.Model.CreateApiKeyResponse.IsSetStageKeys C# (CSharp) Method

IsSetStageKeys() private method

private IsSetStageKeys ( ) : bool
return bool
        internal bool IsSetStageKeys()
        {
            return this._stageKeys != null && this._stageKeys.Count > 0; 
        }